Welcome![Sign In][Sign Up]
Location:
Search - network monitor java

Search list

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710416 | Author: 陈玉平 | Hits:

[OS programmhealthsource.tar

Description: 美国加利福尼亚大学开发的一个基于mtrace和rtcp来监控组播网络的程序,名称为mhealth,java实现在solaris下。windows下可能需要改一点mtrace的调用目录吧-the University of California based on the development of a MTrace and RTCP multicast network to monitor the procedure, known as mhealth, java achieve under the solaris. Windows may need to change 1:00 MTrace call it CONTENTS
Platform: | Size: 78848 | Author: 常槊 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[Otherjava8543535462

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080, then infinite loops call accept () method to accept client connections
Platform: | Size: 903168 | Author: | Hits:

[Internet-NetworkJIDX

Description: windows系统下用java开发的网络入侵检测程序-windows system with java development of the network intrusion detection procedures
Platform: | Size: 398336 | Author: 刘伟 | Hits:

[Othercs161.0914

Description: Intrusion Detection:Host-based Network Intrusion Detection • At each host, monitor all incoming and outgoing network traffic – for each packet: – Analyze 4-tuple and protocol – Examine contents-Intrusion Detection : Host-based Intrusion Detection Network
Platform: | Size: 57344 | Author: hn | Hits:

[File FormatJPCAP

Description: 基于JPCAP的流量采集,使用网络监听方式获得IP数据包,可以用来监视网络的状态、数据流动情况以及网络上传输的信息等。-JPCAP based on the volume collection, use network monitoring access to IP packets, can be used to monitor the network status, data flow and network transmission of information.
Platform: | Size: 44032 | Author: 夏星 | Hits:

[Printing programHBPrinterMon

Description: 多前年编的软件,比较成熟,N多个下载站收录,好久没有打理,现公布源码,功能列表:1、 监控本地打印机 2、 监控网络打印机 3、 部门设置(通过IP地址对应) 4、 费用设置(通过纸张对应) 5、 查询分析,查询分析包括打印监控现场,打印监控查询,打印费用分析 6、 数据维护(备份恢复和清空) 7、 打印纸张设置 用到vclskin.v2.60,cooltray等第三方控件-More than two years ago made the software, more mature, N number of download stations included, for a long time did not care, it is published source, list of features: 1, control 2, a local printer, monitor network printer 3, the department set up (through the IP address corresponding to) 4 cost settings (through the paper counterpart) 5, query analysis, query analysis, including monitoring the scene print, print monitor query, print cost analysis 6, data maintenance (backup and recovery and empty) 7, print settings to use paper vclskin.v2.60 , cooltray third-party controls, etc.
Platform: | Size: 2304000 | Author: zhanghua | Hits:

[JSP/Javanetlistener

Description: Java局域网监听器 监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。这3个包在网上都搜索下就可以找到了。 我打包成了.JAR文件,如果安装过WINPCAP/LIBPCAP+JPCAP,双击运行即可.源代码解压即可-Java LAN listener monitor the local network segment (with a router within the network segment) Specify the IP packet IP. The principle of ARP spoofing is to deceive the target IP of the machine as well as local router ARP cache of ARP table, so that the router with the IP data between the target must be running the software of the machine. Because of the data link layer packets, you need to JPCAP the JAVA package to increase the data link layer support, so apart from the software to run virtual machines also need to install winpcap (windows)/libpcap (linux) JPCAP to run . This three packages are in the online search can be found under. I became a pack. JAR file, if installed WINPCAP/LIBPCAP+ JPCAP, double-click to run. Decompress the source code can be
Platform: | Size: 22528 | Author: James | Hits:

[JSP/Javaping

Description: 用java 实现的ping命令,大家可以试试!-Using java realize the ping command, everyone can try!
Platform: | Size: 2048 | Author: ewanzhang | Hits:

[SNMPnetworkTest

Description: 使用java实现网络中报的监控。 1. java调用OS的命令 2. 使用jpacp-Use java to achieve the network monitor reported. 1. Java call OS command 2. Jpacp use
Platform: | Size: 2202624 | Author: wangjianhua | Hits:

[JSP/Javachap04

Description: 实例45 选择字体 126 实例46 UDP与TCP/IP的简单应用 129 实例47 聊天室 131 实例48 浏览FTP 136 实例49 局域网广播 147 实例50 建立HTTP连接 151 实例51 迷你浏览器 152 实例52 扫描应用端口 154 实例53 监控HTTP 155 实例54 收发电子邮件 156 实例55 一个简单的代理服务器 164 实例56 扫描网站信息 173 实例57 远程方法调用 174 实例58 调用JINI方法 176-Select the font of 126 examples of 45 examples of 46 UDP and TCP/IP simple application of 129 examples of 131 examples of 47 chat rooms 48 browse FTP 136 examples of 49 local area network broadcast 50 the establishment of 147 examples of 151 examples of HTTP connections 51 Mini browser 152 examples of 52-port 154 scanning application examples 53 monitor HTTP 155 examples of 156 examples of 54 e-mail 55 a simple proxy server 164 examples of 56 scan website 173 examples 57 remote method invocation 174 examples of 58 calls JINI method 176
Platform: | Size: 26624 | Author: zmm | Hits:

[Internet-Networknav-3.3.2.tar

Description: 监控大型网络的软件。能够自动发现拓扑结构,监测网络流量,支持告警机制,有灵活的策略配置-Large-scale network monitoring software. Topology discovery to automatically monitor network traffic, to support the alarm mechanism, there is a flexible policy configuration
Platform: | Size: 4132864 | Author: lwd | Hits:

[JSP/JavanetListener

Description: 可以监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。-Can monitor the local network segment (with a router within the network segment) Specify the IP packet IP. The principle of ARP spoofing is to deceive the target IP of the machine as well as local router ARP cache of ARP table, Let the router with the IP data between the target must be running the software of the machine. Because of the data link layer packets, you need to JPCAP the JAVA package to increase the data link layer support, so apart from the software to run virtual machines also need to install winpcap (windows)/libpcap (linux) JPCAP to run .
Platform: | Size: 23552 | Author: scnuhins | Hits:

[JSPusb-dog

Description: 利用USB接口软件狗管理网络服务,类似软件狗的作用,可以对USB进行监控。-USB interface software for the use of dog management network services, the role of dog similar software can monitor USB.
Platform: | Size: 186368 | Author: 李明 | Hits:

[OtherTinyOS

Description: 基于T i n y O S 的无线传感器网络体系结构 无线传感器网络WSN(Wireless Sensor Network) 由部署在监测区域内大量廉价的传感器节点组成,通过 无线通信方式形成multi2hop 自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知 对象的信息,并发送给观察者。本文从分析无线传感器节点Mica 和其上运行的操作系统TinyOS 出发, 着重描述无线传感器网络节点应用程序体系结构和消息通信机制。 -T iny OS-based wireless sensor network architecture, wireless sensor networks WSN (Wireless Sensor Network) deployed in the region to monitor a large number of low-cost sensor nodes through wireless communications multi2hop formed self-organized network system with the aim of collaboration to Perception, collection and processing network coverage area perceptual object information, and send observers. This article from the analysis of wireless sensor nodes Mica and its running on TinyOS operating system, the focus on wireless sensor network nodes to describe the application architecture and message communication mechanism.
Platform: | Size: 346112 | Author: ge | Hits:

[JSP/Javamonitoring2

Description: monitoring network in java. download it and monitor your network
Platform: | Size: 1024 | Author: Tom Lbs | Hits:

[SNMPip-monitor

Description: snmp 网络编程的实例代码,里面综合snmp操作的各种实例。可以作为snmp服务的参考 -snmp network programming examples of code, which integrated a variety of examples of snmp operations. Snmp service can be used as a reference
Platform: | Size: 60416 | Author: 郝占军 | Hits:

[Internet-NetworkStream-multicast

Description: 下一代流式网络多播协议的实现,使用java完成,是点点流式数据多播的典型实例,带有网络监视器端口。-Implementation of Streaming multicast using Java, with network monitor to see into the data transmitted in the network.
Platform: | Size: 721920 | Author: kabiluofu | Hits:

[Internet-Networkjpcap

Description: 包括安装需要的WinPcap_4_0_2.exe,jpcap.jar。Jpcap.dll,Jpcap包的安装与配置.doc jpcap功能: 可以实现地址的侦听 捕获末加工的原始数据包。 保存捕获到的数据包到本地文件,从本地文件读出先前捕获的数据包。 自动分辨数据包的类型并产生相应的Java类(如:Ethenet、IPv4、IPv6、ARP/RARP、TCP、UDP和ICMP包)。 根据用户在程序代码中指定的过滤规则过滤数据包。 向网络发送各种数型的数据包 利用Jpcap包能够开发以下几种类型的应用程序: 网络以及协议的分析器 网络监听器 网络流量记录器 网络流量发生器 用户级的网桥、路由 网络入侵检测系统 网络扫描器 网络安全工具箱 -Include the WinPcap_4_0_2. of installing the demand exes, jpcap.jar.Jpcap.dll, Jpcap wraps of gearing and allocation.doc Jpcap function: Can carry out the interception of address Succeed in catching the end processes of the original data wrap. The conservancy succeeds in catching of the data wrap a local document and read from the local document that the data that succeeds in catching in times before wraps. Automatically distinguish the type that the data wraps to combine Java that the creation corresponds(such as:Ethenet and IPv4, IPv6 and ARP|RARP, TCP, UDP and ICMP wrap). According to customer appointed the percolation rule in the procedure code filter a data to wrap. The data that sends out various several toward the network wraps Make use of Jpcap to wrap the applied procedure that can develop several category types as follows: The analytical machine of network and agreement Network monitor Network discharge call register The network discharge machine happens The ne
Platform: | Size: 593920 | Author: 耿道路 | Hits:
« 12 3 »

CodeBus www.codebus.net